@charset "utf-8";
.ui-banner-wrap {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.ui-banner-scroll {
  position: relative;
}
.ui-banner-scroll a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  display: block;
}
.ui-banner-pointer {
  position: absolute;
  bottom: 30px;
  z-index: 9999;
}
.ui-banner-pointer a {
  float: left;
  background-color: transparent;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  display: block;
  margin-right: 10px;
}
.ui-banner-pointer a.current {
  background-color: #fff;
}
.ui-banner-pointer:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
